runtime.mspan.spanclass (field)
14 uses
runtime (current package)
arena.go#L749: return s.isUserArenaChunk && s.spanclass == makeSpanClass(0, true)
arena.go#L777: s.spanclass = makeSpanClass(0, true)
mbitmap.go#L727: if forceClear || s.spanclass.noscan() {
mbitmap.go#L1451: if s.spanclass.noscan() {
mgcmark.go#L390: if !s.spanclass.noscan() {
mgcmark.go#L1273: if s.spanclass.noscan() {
mgcmark.go#L1493: if span.spanclass.noscan() {
mgcmark.go#L1519: print(" s.base()=", hex(s.base()), " s.limit=", hex(s.limit), " s.spanclass=", s.spanclass, " s.elemsize=", s.elemsize, " s.state=")
mgcsweep.go#L529: spc := s.spanclass
mheap.go#L486: spanclass spanClass // size class and noscan (uint8)
mheap.go#L1397: s.spanclass = spanclass
mheap.go#L1685: span.spanclass = 0
mheap.go#L1962: if !span.spanclass.noscan() {
mwbbuf.go#L258: if span.spanclass.noscan() {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |